Rate Limiting
To ensure system stability and fair usage, the Qoyod API implements rate limiting:
info
Standard Rate Limit: 300 requests per minute.
caution
If you exceed the rate limit, you'll receive a 429 Too Many Requests response with a Retry-After header indicating when you can retry.
Best Practices:
- Implement exponential backoff for retries.
- Cache frequently accessed data.
- Use bulk operations when available.
- Monitor your API usage.